projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bf215b
)
Drop a duplicate definition
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Nov 2017 04:23:42 +0000
(23:23 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Nov 2017 04:23:42 +0000
(23:23 -0500)
GDK_PRIORITY_EVENTS is already defined in gdkevents.h
gdk/gdkmain.h
patch
|
blob
|
history
diff --git
a/gdk/gdkmain.h
b/gdk/gdkmain.h
index f3b1f374e5b4e7d91626db77ffe4ef9380768850..fa275ea6ffb2efad018a3463713a360daeccf6ed 100644
(file)
--- a/
gdk/gdkmain.h
+++ b/
gdk/gdkmain.h
@@
-35,11
+35,6
@@
G_BEGIN_DECLS
-/* Initialization, exit and events
- */
-
-#define GDK_PRIORITY_EVENTS (G_PRIORITY_DEFAULT)
-
/* Push and pop error handlers for X errors
*/
GDK_AVAILABLE_IN_ALL